Returns the number of all CD/DVD Drives on the system. This includes all readers and writers. Use the IsDriveWriter method to determine if the drive can write to CD or DVD formats. Optionally, use the GetDriveCapabilityFlag method to determine specific formats that the drive can support.
Return Type
A Long value.
Syntax
object.GetDriveCount
The GetDriveCount method syntax has these parts:
Part | Description |
object | An expression evaluating to an object of type CDWriterPro. |